C1.DataCollection Assembly / C1.DataCollection Namespace / C1CursorDataCollection<T> Class
The type of the items in the collection.
Members

C1CursorDataCollection<T> Class
Base class for cursor-like collection.
Object Model
C1CursorDataCollection<T> Class
Syntax
Type Parameters
T
The type of the items in the collection.
Remarks
This class is appropriate for wrapping data services that return the data in pages and give a token to get the next page, like Facebook, Twitter, YouTube, etc.
Inheritance Hierarchy

System.Object
   C1.DataCollection.C1DataCollectionBase<T>
      C1.DataCollection.C1CursorDataCollection<T,K>
         C1.DataCollection.C1CursorDataCollection<T>

See Also